-
Notifications
You must be signed in to change notification settings - Fork 25.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to trust ASP.NET Core dev cert on Win/MacOS #6385
Conversation
@livarcocc @danroth27 do you know who on the CLI team wanted a fwlink to these instructions? |
@javiercn and I are the right reviewers for this. |
@danroth27 @javiercn 45 second review please. |
I think the point of this topic is to show how to trust the certificate manually (without the tool) on each platform, so that people can diagnose/troubleshoot it if they have any issue with the tool. |
@javiercn where would I find that information? |
@Rick-Anderson Ok, I'm a bit confused now. We need to have a doc on how to do it with the tool and also how to do it manually in a platform idiomatic way on each platform.
Does that help clarify things? |
@javiercn got it. I thought we wanted a section for dotnet command line for folks that don't read the message on how to trust the cert. Suppose they So I'll close this PR and maybe include the information in this PR into #3310 (which will cover everything you mentioned). |
Review URL
Fixes #6383 and #5393
Here's the output after installing the SDK and creating an ASP.NET Core app:
ASP.NET Core
Successfully installed the ASP.NET Core HTTPS Development Certificate.
To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only). For establishing trust on other platforms please refer to the platform specific documentation.
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.
Getting ready...
The template "ASP.NET Core Web App" was created successfully.
The fwlink 848054 points to this page. If you want a fwlink to the cert install/trust instructions, it's the same URL with
#cert